Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NValueEqualsCondition<T> Class
Members


In This Topic
    NValueEqualsCondition<T> Class
    In This Topic
    A condition, which matches, if the element value for the property with the specified name and generic type is equal to the specified value. Similar to the CSS [att=val] condition, with the difference that it also matches the element, if it does not have a local value, but the default property value is equal to the value. Normal specificity rank.
    Object Model
    NValueEqualsCondition<T> Class
    Syntax
    'Declaration
     
    
    Public Class NValueEqualsCondition(Of T) 
       Inherits NValueCondition(Of T)
       Implements INDomDeepEquals, INDomDeeplyCloneable, Nevron.Nov.INDeeplyCloneable, Nevron.Nov.Internal.nbvd(Of NDomProperty,Object) 
    'Usage
     
    
    Dim instance As NValueEqualsCondition(Of T)
    public class NValueEqualsCondition<T> : NValueCondition<T>, INDomDeepEquals, INDomDeeplyCloneable, Nevron.Nov.INDeeplyCloneable, Nevron.Nov.Internal.nbvd<NDomProperty,object>  
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Dom.NNode
          Nevron.Nov.Dom.NDocumentNode
             Nevron.Nov.Dom.NStylingNode
                Nevron.Nov.Dom.NSelectorPart
                   Nevron.Nov.Dom.NCondition
                      Nevron.Nov.Dom.NValueCondition<T>
                         Nevron.Nov.Dom.NValueEqualsCondition<T>

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also